Operation Context.PushBlob (Push File)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Push the input file on the context stack. The file can be restored later as the input using the corrresponding pop operation. Returns the input file.
Operation id | Context.PushBlob |
---|---|
Aliases | Blob.Push |
Category | Push & Pop |
Label | Push File |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | blob |
---|---|
Outputs | blob |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PushBlob |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Context.PushBlob", "aliases" : [ "Blob.Push" ], "label" : "Push File", "category" : "Push & Pop", "requires" : null, "description" : "Push the input file on the context stack. The file can be restored later as the input using the corrresponding pop operation. Returns the input file.", "url" : "Context.PushBlob", "signature" : [ "blob", "blob" ], "params" : [ ] }